@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #404040;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

img {
    border: 0;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

/* swiper */

.index {
    padding: 0 0 18px 0;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* fade */

.swiper-container.fade {
    position: relative;
}

.swiper-container.fade .swiper-wrapper,
.swiper-container.fade .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.swiper-container.fade .swiper-wrapper,
.swiper-container.fade .swiper-slide.swiper-slide-active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* 首页 */

/* 左 */

.index .part1_left {
    width: 460px;
    height: 1011px;
    border-top: 8px solid #3c6ed2;
    background: #f1f1f1;
    margin-top: -137px;
    float: left;
    padding: 0 20px;
}

/* 媒体聚焦 */

.index .part1_left .MediaFocus {
    padding: 42px 0 41px;
    border-bottom: 1px solid #cecece;
}

.index .part1_left .MediaFocus p {
    height: 66px;
    padding: 0 0 0 102px;
    background: url(mediafocus.png) no-repeat 7px center;
}

.index .part1_left .MediaFocus p a {
    line-height: 33px;
    font-size: 18px;
}

/* 平房快讯 */

.slideTxtBox {
    width: 100%;
    padding: 26px 0 0;
}

.slideTxtBox .hd ul li {
    float: left;
}

.slideTxtBox .hd ul li a {
    display: block;
    width: 126px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
}

.slideTxtBox .hd ul li.on a {
    background: url(slidetxtbox_hd_on.png) no-repeat center center;
    color: #305db8;
}

.slideTxtBox .bd>ul {
    padding: 20px 0;
    zoom: 1;
}

.slideTxtBox .bd li {
    line-height: 40px;
}

.slideTxtBox .bd li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 20px;
}

.slideTxtBox .bd li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    vertical-align: middle;
    margin: 0 12px 0 19px;
}

.slideTxtBox .bd li a:hover {
    color: #305db8;
}

.slideTxtBox .bd li a:hover:before {
    background: #305db8;
}

.slideTxtBox .bd li span {
    float: right;
    color: #b0b7bd;
    display: block;
    min-width: 60px;
}

.dynamic {
    padding-top: 65px;
    background: url(dynamic.png) no-repeat center 15px;
}

.dynamic .bd ul {
    padding: 35px 0;
}

/* 右侧 */

.part1_right {
    width: 710px;
    float: right;
    padding: 31px 0 0 0;
}

.Information {
    padding: 0 0 22px 0;
}

/* 图片新闻 */

.slideBox {
    width: 710px;
    height: 414px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    display: block;
}

.slideBox .bd li a {
    display: block;
}

.slideBox .bd img {
    display: block;
    margin: 0 auto;
    width: 710px;
    height: 373px;
}

.slideBox .hd {
    width: 100%;
    height: 7px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.slideBox .hd ul {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.slideBox .hd ul li {
    float: left;
    width: 98px;
    height: 7px;
    background: url(slidebox_page.png) no-repeat center center;
    cursor: pointer;
    margin: 0 10px;
}

.slideBox .hd ul li.on {
    background: url(slidebox_page_on.png) no-repeat center center;
}

.slideBox .slideBox_msg {
    position: absolute;
    left: 50%;
    bottom: 49px;
    width: 681px;
    height: 54px;
    margin-left: -340.5px;
    background: url(slidebox_msg.png) repeat 0 0;
    overflow: hidden;
}

.slideBox .slideBox_msg a {
    position: absolute;
    top: -54px;
    left: 0px;
    display: block;
    width: 681px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    padding: 0 20px;
    font-weight: bold;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    width: 35px;
    height: 69px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.8s;
    cursor: pointer;
}

.slideBox .prev {
    left: 0;
    background: url(prev.png) no-repeat center center;
}

.slideBox .next {
    right: 0;
    background: url(next.png) no-repeat center center;
}

.slideBox .bd:hover .prev,
.slideBox .bd:hover .next {
    opacity: 1;
    filter: alpha(opacity=60);
}

.tabloid_btn {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 85px;
    height: 26px;
    background: url(tabloid_btn.png) no-repeat center center;
}

/* 首页办事 */

.index_work {
    height: 416px;
    margin: 12px 0 0 0;
}

.index_work_top {
    border-bottom: 1px solid #ccc;
}

.work_module {
    overflow: hidden;
}

.work_module .work01 a {
    width: 329px;
    height: 127px;
    display: block;
    margin: 26px 6px 0;
}

.work_module .pyb a {
    float: left;
    background: url(pyb.png) no-repeat center center;
}

.work_module .yjs a {
    float: right;
    background: url(yjs.png) no-repeat center center;
}

.work_module .work02 {
    width: 736px;
}

.work_module .work02 a {
    display: block;
    width: 158px;
    height: 77px;
    background: #f8f8f8;
    border-radius: 5px;
    float: left;
    margin: 18px 26px 0 0;
    text-align: center;
}

.work_module .work02 a img {
    display: block;
    height: 30px;
    margin: 12px auto 5px;
    transition: all 1s;
}

.work_module .work02 a:hover img {
    transform: rotateY(720deg);
}

/* 信息发布 */

.nformation_Delivery {
    overflow: hidden;
}

.nformation_Delivery .nformation_Delivery_top {
    border-bottom: 1px solid #ccc;
}

.nformation_Delivery ul {
    padding: 28px 0 15px;
    margin: 0 -13.8px;
}

.nformation_Delivery ul li {
    width: 177px;
    height: 68px;
    float: left;
    margin: 0 13.8px;
}

.nformation_Delivery ul li a {
    display: table;
    width: 177px;
    height: 68px;
    background: #f8f8f8;
    border-radius: 6px;
}

.nformation_Delivery ul li a i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 14px;
    overflow: hidden;
}

.nformation_Delivery ul li a i img {
    position: absolute;
    top: 0;
    left: 0;
}

.nformation_Delivery ul li a span {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    width: 100%;
}

.nformation_Delivery ul li:hover a {
    background: #5bd190;
}

.nformation_Delivery ul li:hover a span {
    color: #fff;
}

.nformation_Delivery ul li:hover img {
    top: -40px;
}

.ColumnName {
    height: 71px;
    line-height: 71px;
    font-size: 22px;
    padding: 0 0 0 40px;
    background: url(columnname_icon.png) no-repeat 6px center;
    float: left;
}

/* 首页政务公开 */

.index_open {
    overflow: hidden;
    position: relative;
    width: 460px;
    float: left;
}

.index_open .index_open_top {
    border-bottom: 1px solid #ccc;
}

.index_open .hd {
    overflow: hidden;
    height: 71px;
    float: right;
    padding: 25px 0;
}

.index_open .hd ul {
    float: left;
}

.index_open .hd ul li {
    float: left;
    width: 5px;
    height: 5px;
    background: url(point.png) no-repeat center center;
    margin: 8px 3px;
    text-indent: 999;
    overflow: hidden;
    cursor: pointer;
}

.index_open .hd .prev,
.index_open .hd .next {
    float: left;
    display: block;
    width: 22px;
    height: 21px;
    cursor: pointer;
    margin: 0 5px;
}

.index_open .hd .prev {
    background: url(open_prev.png) no-repeat center center;
}

.index_open .hd .next {
    background: url(open_next.png) no-repeat center center;
}

.index_open .hd .prev:hover {
    background: url(open_prev_hover.png) no-repeat center center;
}

.index_open .hd .next:hover {
    background: url(open_next_hover.png) no-repeat center center;
}

.index_open .bd {
    padding: 20px 0;
}

.index_open .bd ul {
    overflow: hidden;
    zoom: 1;
}

.index_open .bd ul li {
    margin: 8px 11px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.index_open .bd ul li a {
    display: block;
    width: 131px;
    height: 42px;
    background: #f8f8f8;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
}

.index_open .bd ul li a:hover {
    background: #59d08e;
    color: #fff;
}

/* 首页互动交流 */

.interaction {
    padding: 0 0 37px 0;
}

.index_interaction {
    width: 710px;
    float: right;
}

.tab .hd {
    height: 72px;
    border-bottom: 1px solid #ccc;
}

.tab .hd ul {
    float: left;
    padding: 15px 0;
}

.tab .hd ul li {
    float: left;
    margin: 0 5px;
}

.tab .hd ul li a {
    display: block;
    min-width: 128px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    padding: 0 24px;
}

.tab .hd ul li.on a {
    /* background: url(tab_on.png) no-repeat center center; */
    background: #fbbb3e;
    border-radius: 6px;
    color: #fff;
}

.tab .hd .more {
    float: right;
    margin: 15px 15px 15px 0;
}

.tab .hd .more a {
    display: block;
    width: 95px;
    height: 41px;
    background: url(more.png) no-repeat center center;
    line-height: 41px;
    color: #7e7e7e;
    text-align: center;
}

.tab .bd>ul {
    padding: 15px 0;
    zoom: 1;
}

.tab .bd>ul table,
.tab .bd>ul table tbody,
.tab .bd>ul table tbody tr,
.tab .bd>ul table tbody td {
    display: block;
    width: 100%;
}

.tab .bd li {
    line-height: 40px;
}

.tab .bd li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 20px;
}

font[data-color='废止'] {
    color: #ff0000;
    font-style: normal;
}

font[data-color='修改'] {
    color: #06b600;
    font-style: normal;
}

.tab .bd li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    vertical-align: middle;
    margin: 0 20px;
}

.tab .bd li a:hover {
    color: #305db8;
}

.tab .bd li a:hover:before {
    background: #305db8;
}

.tab .bd li a b {
    color: #556a94;
    display: inline-block;
    min-width: 90px;
    font-weight: normal;
}

.tab .bd li span {
    float: right;
    color: #b0b7bd;
    display: block;
    min-width: 60px;
    padding-right: 15px;
}

.index_interaction .hd ul {
    padding: 15px 50px;
}

.index_interaction .bd {
    width: 500px;
    float: left;
}

.index_interaction .bd>div {
    padding: 26px 0;
}

.index_interaction table a {
    width: 370px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    line-height: 40px;
}

.index_interaction table a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    vertical-align: middle;
    margin: 0 20px;
}

.index_interaction table a:hover {
    color: #305db8;
}

.index_interaction table a:hover:before {
    background: #305db8;
}

.index_interaction table span {
    color: #b0b7bd;
}

.index_interaction_right {
    float: right;
    width: 180px;
}

.index_interaction_right>div>a {
    display: block;
    width: 179px;
    height: 69px;
}

.index_interaction_right .bxt {
    background: url(bxt_index.png) no-repeat center center;
    margin-top: 29px;
}

.index_interaction_right .zxft {
    background: url(zxft_index.png) no-repeat center center;
    margin-top: 14px;
}

/* 专题 */

.slideGroup {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.slideGroup .parHd {
    height: 73px;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 15px 0;
}

.slideGroup .parHd ul,
.slideGroup .parHd dl {
    float: left;
}

.slideGroup .parHd ul li,
.slideGroup .parHd dl dd {
    float: left;
    margin: 0 0 0 34px;
}

.slideGroup .parHd ul li a,
.slideGroup .parHd dl dd a {
    display: block;
    width: 128px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
}

.slideGroup .parHd ul li.on a {
    /* background: url(tab_on.png) no-repeat center center; */
    color: #fff;
    background: #fbbb3e;
    border-radius: 6px;
}

.slideGroup .parHd dl dd:hover a {
    /* background: url(tab_on.png) no-repeat center center; */
    color: #fff;
    background: #fbbb3e;
    border-radius: 6px;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 10px 42px;
    position: relative;
}

/* .slideGroup .sPrev, .slideGroup .sNext {
    position: absolute;
    top: 24px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(point2.png) no-repeat center center;
}
.slideGroup .sPrev{
    right: 33px;
}
.slideGroup .sNext{
    right: 17px;
}
.slideGroup .sPrev:hover, .slideGroup .sNext:hover {
    background: url(point2_hover.png) no-repeat center center;
} */

.slideGroup .parBd .hd {
    position: absolute;
    top: 31.5px;
    right: 14px;
}

.slideGroup .parBd .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: url(point2.png) no-repeat center center;
    text-indent: 9999;
    overflow: hidden;
    font-size: 100px;
    margin: 0 3px;
    cursor: pointer;
}

.slideGroup .parBd .hd ul li:hover {
    background: url(point2_hover.png) no-repeat center center;
}

.slideGroup .parBd .hd ul li.on {
    background: url(point2_hover.png) no-repeat center center;
}

.slideGroup .parBd {
    padding: 27px 0 0px;
}

.slideGroup .parBd ul.img_group {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul.img_group li {
    margin: 0 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul.img_group li a img {
    width: 276px;
    height: 80px;
    display: block;
    border-radius: 5px;
}

/* 友情链接 */

.friendLinks {
    padding: 5px 0 0;
}

.friendLinks .select_group .select {
    position: relative;
    float: left;
    width: 140px;
    height: 30px;
    border-radius: 5px;
    margin: 22px 0 0 41px;
    color: #7e7e7e;
}

.select dt {
    height: 30px;
    display: inline-block;
    border: 1px solid #d2ccc4;
    border: 0;
    background: #fff url(select.png) 95% center no-repeat;
    line-height: 30px;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    color: #7e7e7e;
    border-radius: 5px;
    padding: 0 15px 0 5px;
}

.select dd {
    position: absolute;
    left: 0;
    top: 29px;
    border: 1px solid #d2ccc4;
    background: #fff;
    display: none;
    z-index: 100;
    overflow: hidden;
    min-width: 100%;
}

.select dd ul {
    padding: 5px 0;
    min-width: 100%;
    max-height: 200px;
    overflow: auto;
}

.select dd ul li a {
    line-height: 32px;
    display: block;
    padding: 0 6px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.select dd ul li a:hover {
    background: #dedede;
}

.select_group .link a {
    display: block;
    float: left;
    width: 142px;
    height: 34px;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    text-align: center;
    line-height: 32px;
    margin: 20px 0 0 30px;
}

/* 资讯动态 */

.banner.swiper-container {
    margin: 36px 0 38px;
}

.banner.swiper-container img {
    display: block;
}

.info {
    width: 458px;
    float: right;
}

.zx_dynamic {
    width: 710px;
    float: left;
}

/* 政务服务 */
/* new */
.Service_title {
    border-bottom: 1px solid #ccc;
}

.Service_top .Service_title .hd {
    float: right;
    padding: 25px 10px;
}

.Service_title .hd ul {
    float: left;
    padding: 8px 0;
}

.Service_top .Service_title .hd ul li {
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f1f1f1;
    margin: 0 3px;
    cursor: pointer;
    overflow: hidden;
    line-height: 100;
}

.Service_top .Service_title .hd a {
    float: left;
    display: block;
    width: 22px;
    height: 21px;
    cursor: pointer;
    margin: 0 5px;
}

.Service_top .Service_title .hd .prev {
    background: url(open_prev.png) no-repeat center center;
}

.Service_top .Service_title .hd .next {
    background: url(open_next.png) no-repeat center center;
}

.Service_top .Service_title .hd .prev:hover {
    background: url(open_prev_hover.png) no-repeat center center;
}

.Service_top .Service_title .hd .next:hover {
    background: url(open_next_hover.png) no-repeat center center;
}

.Service_top .bd ul li {
    float: left;
    margin: 20px 12px;
}

.Service_top .bd ul li a,
.Service_top .bd ul li a img {
    display: block;
    width: 376px;
    height: 127px;
}
.Service_top .tempWrap{
    margin: 0 auto;
}

.Service_bottom {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Service_bottom .hd a {
    position: absolute;
    top: 50%;
    margin: -10px 12px 0;
    width: 22px;
    height: 21px;
    cursor: pointer;
    z-index: 99;
}

.Service_bottom .hd .prev {
    left: 0;
    background: url(open_prev.png) no-repeat center center;
}

.Service_bottom .hd .next {
    right: 0;
    background: url(open_next.png) no-repeat center center;
}

.Service_bottom .hd .prev:hover {
    background: url(open_prev_hover.png) no-repeat center center;
}

.Service_bottom .hd .next:hover {
    background: url(open_next_hover.png) no-repeat center center;
}

.Service_bottom .bd ul li {
    float: left;
    margin: 0 11px;
}

.Service_bottom .bd ul li a {
    display: block;
    width: 166px;
    height: 86px;
    margin: 0 auto;
    background: #f8f8f8;
    text-align: center;
    border-radius: 6px;
}

.Service_bottom .bd ul li a img {
    display: block;
    margin: 0 auto;
    padding: 15px 0 10px;
    height: 55px;
}

.Service_bottom .bd ul li a span {
    color: #484848;
}

.Service_bottom .bd ul li a:hover img {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

.Service_bottom .bd .tempWrap {
    margin: 0 auto;
}

/* 个人办事 */

.personalAffairs {
    width: 50%;
    float: left;
}

.personalAffairs .bd>div {
    padding: 13px 0px;
}

.personalAffairs .bd>div a {
    display: block;
    width: 133px;
    height: 42px;
    background: #f8f8f8;
    float: left;
    margin: 7px 8.2px;
    border-radius: 5px;
    line-height: 42px;
    text-align: center;
}

.personalAffairs .bd>div a:hover {
    background: #5bd190;
    color: #fff;
}

.personalAffairs .bd>div:after {
    content: '';
    display: block;
    clear: both;
}

.swiper_container_top ul {
    float: left;
    padding: 15px 0;
}

.swiper_container_top ul li {
    float: left;
    margin: 0 10px;
    margin-left: 50px;
}

.swiper_container_top ul li a {
    display: block;
    width: 128px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
}

.swiper_container_top ul li.on a {
    background: url(tab_on.png) no-repeat center center;
    color: #fff;
}


/* 重点办事 */

.keyTasks {
    width: 48%;
    float: right;
}

.keyTasks_item {
    padding: 14px 1px
}

.keyTasks_item li {
    /*float: left;*/
    margin: 7px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    border-radius: 6px;
    width: 175px;
}

.keyTasks_item li.zdbs01 {
    height: 62px;
    width: 220px;
    background: #63a9dc;
    line-height: 62px;
}

.keyTasks_item li.zdbs02 {
    height: 62px;
    width: 220px;
    background: #7cdaa6;
    line-height: 62px;
}

.keyTasks_item li.zdbs03 {
    height: 62px;
    width: 220px;
    background: #fcc965;
    line-height: 62px;
}

.keyTasks_item li.zdbs04 {
    height: 44px;
    width: 220px;
    background: #5dc5d0;
    line-height: 44px;
}

.keyTasks_item li.zdbs05 {
    height: 45px;
    width: 220px;
    background: #7db3b5;
    line-height: 45px;
}
.keyTasks_item li.zdbs06 {
    height: 45px;
    width: 220px;
    background: #f6d8d8;
    line-height: 45px;
}
.keyTasks_item li.zdbs07 {
    height: 45px;
    width: 220px;
    background: #3ca7d2;
    line-height: 45px;
}
.keyTasks_item li.zdbs08 {
    height: 200px;
    width: 80px;
    background: #fb3e3e9c;
    line-height: 80px;
    writing-mode: vertical-lr;
}

.keyTasks_item li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.keyTasks_item li:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

/* 便民服务 */

.Convenience {
    height: 120px;
    border: 1px solid #e0e0e0;
    width: 1186px;
    margin: 20px auto 0;
}

.Convenience dt {
    width: 46px;
    height: 100%;
    background: #5bd190;
    display: table;
    float: left;
}

.Convenience dt span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    font-size: 20px;
}

.Convenience dd {
    width: 103.4px;
    float: left;
}

.Convenience dd a {
    display: block;
    height: 118px;
    text-align: center;
    padding: 25px 0 0 0;
}

.Convenience dd a img {
    display: block;
    margin: 0 auto 15px;
}

.Convenience dd a:hover img {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.open {
    padding: 0 0 10px 0;
}

.service {
    padding: 0 0 37px 0;
}

/* 领导信息 */

.leaderInformation {
    width: 100%;
    min-height: 304px;
    background: #fcfcfc;
    padding: 0 10px 26px 14px;
}

.leaderInformation .hd h1 {
    float: left;
    line-height: 55px;
    padding: 0 10px;
    font-size: 22px;
    color: #404040;
    font-weight: normal;
}

.leaderInformation .hd ul {
    float: right;
    padding: 17px 0 14px;
}

.leaderInformation .hd ul li {
    float: left;
    width: 104px;
    height: 36px;
    border: 1px solid #5bd190;
    background: #5bd190;
    border-radius: 6px;
    line-height: 34px;
    text-align: center;
    margin: 0 5px;
}

.leaderInformation .hd ul li a {
    color: #fff;
}

.leaderInformation .hd ul li.on {
    border: 1px solid #305db8;
    background: #fff;
}

.leaderInformation .hd ul li.on a {
    color: #305db8;
}

.leaderInformation .bd>div:after {
    content: '';
    display: block;
    clear: both;
}

.leaderInformation .bd>div .photo {
    float: left;
    width: 171px;
    height: 211px;
}

.leaderInformation .bd>div .photo img {
    display: block;
    width: 171px;
    height: 211px;
}

.leaderInformation .bd>div .resume {
    width: 564px;
    float: left;
    padding: 0 25px;
    line-height: 40px;
}

.leaderInformation .bd>div .photo dt {
    /* font-size: 18px; */
    font-weight: 1000;
    text-align: center;
}

.leaderInformation .bd>div .resume dd span {
    display: block;
    float: left;
    width: 112px;
    font-weight: 1000;
}

.leaderInformation .bd>div .resume dd span:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 19px;
    background: #326db7;
    border-radius: 2px;
    vertical-align: text-bottom;
    margin: 3px 11px 0;
}

.leaderInformation .bd>div .resume dd p {
    overflow: hidden;
}

.leaderInformation .bd>div .resume dd p a {
    color: #305db8;
    float: right;
}

.leaderInformation .bd>div .dashed {
    float: left;
    width: 0;
    height: 176px;
    border-right: 1px dashed #a5a5a5;
    margin-top: 17px;
}

.leaderInformation .bd>div .nameList {
    float: left;
    width: 440px;
    line-height: 40px;
    padding: 30px 0px 0 30px;
}

.leaderInformation .bd>div .nameList dd span {
    float: left;
    display: block;
    min-width: 90px;
}

.leaderInformation .bd>div .nameList dd p {
    overflow: hidden;
}

.leaderInformation .bd>div .nameList dd p a {
    padding: 0 14px;
    display: inline-block;
}

.leaderInformation .bd>div .nameList dd p a:hover {
    color: #305db8;
}

.tab_group {
    width: 703px;
    float: left;
}

.tab_group .tab {
    height: 302px;
    overflow: hidden;
}

/* 信息公开 */

.xxgk {
    width: 461px;
    float: right;
}

.xxgk>dl {
    padding: 9px 0;
}

.xxgk>dl dd {
    width: 216px;
    height: 52px;
    float: left;
    margin: 14px 0 0 9.66px;
}

.xxgk>dl dd a {
    display: block;
    line-height: 52px;
    text-align: center;
    border-radius: 6px;
    background: #f8f8f8;
}

.xxgk>dl dd a:hover {
    background: #5bd190;
    color: #fff;
}

.xxgk .xxgk-wrapper {
    position: relative;
}

.xxgk .xxgk-wrapper .rollBtn .rollBtnGroup {
    padding: 0;
}

.xxgk .xxgk-wrapper .rollBtn .rollBtnGroup .prev {
    position: absolute;
    left: -4px;
    top: 50%;
    z-index: 99;
    margin: -10px 0 0 0;
    width: 30px;
    height: 30px;
}

.xxgk .xxgk-wrapper .rollBtn .rollBtnGroup .prev {
    background: url(open_prev.png) no-repeat center center;
}

.xxgk .xxgk-wrapper .rollBtn .rollBtnGroup .next {
    background: url(open_next.png) no-repeat center center;
}

.xxgk .xxgk-wrapper .rollBtn .rollBtnGroup .prev:hover {
    background: url(open_prev_hover.png) no-repeat center center;
}

.xxgk .xxgk-wrapper .rollBtn .rollBtnGroup .next:hover {
    background: url(open_next_hover.png) no-repeat center center;
}

.xxgk .xxgk-wrapper .rollBtn .rollBtnGroup .next {
    position: absolute;
    right: -4px;
    top: 50%;
    z-index: 999;
    margin: -10px 0 0 0;
    width: 30px;
    height: 30px;
}

.xxgk .swiper-wrapper .swiper-slide {
    padding: 4px 0 0 0;
}

.xxgk .swiper-wrapper .swiper-slide a {
    display: block;
    width: 140px;
    height: 84px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin: 12px 0 0 10.25px;
    text-align: center;
    float: left;
}

.xxgk .swiper-wrapper .swiper-slide a img {
    display: block;
    margin: 15px auto 5px;
}

.xxgk .swiper-wrapper .swiper-slide a img.imgHover {
    display: none;
}

.xxgk .swiper-wrapper .swiper-slide a:hover {
    background: #5dc5d0;
    border: 1px solid #5dc5d0;
}

.xxgk .swiper-wrapper .swiper-slide a:hover span {
    color: #fff;
}

.xxgk .swiper-wrapper .swiper-slide a:hover .imgHover {
    display: block;
}

.xxgk .swiper-wrapper .swiper-slide a:hover .imgInit {
    display: none;
}

/* 机构职能 */

.institutionalFunctions {
    width: 447px;
    height: 103px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 19px auto 0;
    padding: 3px 0;
}

.institutionalFunctions .tit {
    width: 47px;
    float: left;
    height: 100%;
    display: table;
    padding-right: 4px;
    background: url(zn_line.png) no-repeat right center
}

.institutionalFunctions .tit span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 20px;
    color: #686a72;
    line-height: 22px;
}

.institutionalFunctions .iFitem {
    float: right;
    width: 398px;
    height: 100%;
    overflow: hidden;
    padding: 8px 0;
}

.institutionalFunctions .iFitem>div {
    width: 400px;
}

.institutionalFunctions .iFitem a {
    display: block;
    height: 100%;
    width: 133px;
    float: left;
    border-right: 1px dashed #c8c8c8;
    text-align: center;
}

.institutionalFunctions .iFitem a img {
    display: block;
    margin: 10px auto 5px;
    height: 38px;
}

.institutionalFunctions .iFitem a:hover img {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

/* 营商环境 */

.survey {
    width: 764px;
    height: 494px;
    border: 1px solid #e4e4e4;
    margin: 0 0 38px;
    float: left;
}

.survey>img {
    display: block;
    width: 762px;
    height: 274px;
}

.survey .survey_con h2 {
    width: 134px;
    height: 42px;
    background: url(survey_title.png) no-repeat center center;
    margin: 16px auto;
    text-align: center;
    line-height: 42px;
    padding-left: 15px;
    font-size: 20px;
}

.survey .survey_con p {
    text-indent: 2em;
    line-height: 40px;
    padding: 0 20px;
    text-align: justify;
}

.survey .survey_con p a {
    float: right;
    display: block;
    width: 115px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #5bd190;
    text-indent: 0;
    color: #fff;
    border-radius: 15px;
    margin: 5px 10px 0;
}

.survey_right {
    width: 388px;
    float: right;
    padding: 0px 0 0 0;
}

.survey_right dl dd {
    position: relative;
    height: 104px;
    border: 1px solid #e5e5e5;
    margin-bottom: 26px;
    overflow: hidden;
}

.survey_right dl dd a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    line-height: 102px;
    font-size: 22px;
    padding-right: 50px;
}

.survey_right dl dd .colorBlock {
    position: absolute;
    top: 0;
    right: 0;
    width: 162px;
    height: 102px;
    background: url(block.png) no-repeat 0 0;
    z-index: 1;
}

.survey_right dl dd .greenBg {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 102px;
    z-index: 2;
    background: #5bd190;
}

.population a {
    background: url(population.png) no-repeat 90% center;
}

.administration a {
    background: url(administration.png) no-repeat 90% center;
}

.Practical a {
    background: url(practical.png) no-repeat 90% center;
}

.Sociology a {
    background: url(./sociology.png) no-repeat 90% center;
}

.Business_list {
    width: 460px;
    min-height: 304px;
    border: 1px solid #e5e5e5;
    padding: 0 17px;
    float: left;
}

.pf_dynamic {
    width: 100%;
}

.pf_dynamic .bd li {}

.pf_dynamic .bd ul:after {
    content: '';
    display: block;
    clear: both;
}

.bills {
    width: 388px;
    height: 304px;
    border: 1px solid #e5e5e5;
    float: right;
    padding: 0 17px;
}

.bills .bills_top {
    height: 72px;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}

.bills .bills_top img {
    display: block;
    margin: 0 0 0 -17px;
}

.bills .bills_body {
    height: 230px;
    background: url(./bills_QRcode.png) no-repeat center center;
}

.bills1 {
    width: 267px;
    height: 304px;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 0 17px;
    margin-left: 38px;
}

.bills1 .bills_top {
    height: 72px;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}

.bills1 .bills_top img {
    display: block;
    margin: 0 0 0 -17px;
}

.bills1 .bills_body {
    height: 230px;
    background: url(./bills_QRcode1.png) no-repeat center center;
}

.Exhibition {
    margin: 34px 0 37px;
}

.Exhibition_item {
    overflow: hidden;
}

.Exhibition_item>div {
    position: relative;
    width: 50%;
    height: 306px;
    float: left;
    overflow: hidden;
}

.Exhibition_item>div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./click.png) no-repeat 95% 92%;
}

.Exhibition_item>div p {
    line-height: 35px;
    text-indent: 2em;
    color: #fff;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    display: none;
}

.Exhibition_item>div p.bounceInLeft2 {
    display: block;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.urban_onstruction {
    background: #3ca6d2 url(./urban_onstruction.png) no-repeat 43px 32px;
    padding: 110px 43px 0;
}

.Development_goals {
    background: #fbbb3e url(./development_goals.png) no-repeat 43px 32px;
    padding: 110px 43px 0;
}

.Exhibition_item>div img {
    width: 100%;
    display: block;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: inherit;
}

.Exhibition_item>div:hover img {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

/* 民政互动 */

.interaction .banner.swiper-container {
    margin-bottom: 25px;
}

.interaction_bxt {
    width: 702px;
    float: left;
}

.interaction_bxt .bd dl dt {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.interaction_bxt .bd dl dt span {
    display: block;
    float: left;
    line-height: 56px;
    font-weight: bold;
}

.interaction_bxt .bd dl dd span {
    display: block;
    float: left;
    line-height: 38px;
}

.interaction_bxt .bd dl .bh {
    width: 114px;
    text-align: center;
}

.interaction_bxt .bd dl .zt {
    width: 380px;
}

.interaction_bxt .bd dl .lll {
    width: 100px;
    text-align: center;
}

.interaction_bxt .bd dl .clzt {
    width: 108px;
    text-align: center;
}

.interaction_bxt .bd dl .noReply {
    color: #2e73a7;
}

.interaction_bxt .bd dl dt:after,
.interaction_bxt .bd dl dd:after {
    content: '';
    display: block;
    clear: both;
}

.interaction_bxt .bd dl dd a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.interaction_bxt .bd dl dd a:hover {
    color: #305db8;
}

/* 在线调查  */

.onlineSurvey {
    width: 464px;
    float: right;
}

.onlineSurvey .bd ul {
    padding-bottom: 0;
}

.onlineSurvey .bd li {
    line-height: 40px;
}

.onlineSurvey .bd li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 20px;
}

.onlineSurvey .bd li a b {
    background: #f8f8f8;
    min-width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    color: #7e7e7e;
    font-size: 14px;
    margin: 0 10px;
    border-radius: 5px;
}

.onlineSurvey .bd li.conduct a b {
    background: #5bd190;
    color: #fff;
}

.onlineSurvey #myzjTable a {
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 20px;
}

.onlineSurvey #myzjTable span {
    color: #b0b7bd;
}

.onlineSurvey #myzjTable a b {
    background: #f8f8f8;
    min-width: auto;
    padding: 0 10px;
    color: #7e7e7e;
    font-size: 14px;
    margin: 0 10px;
    border-radius: 5px;
    padding: 2px 8px;
}

.onlineSurvey #myzjTable a b.conduct {
    background: #5bd190;
    color: #fff;
}

/* 在线访谈 */

.interview {
    width: 702px;
    float: left;
}

.interview .bd>div {
    padding: 29px 16px 0;
}

.interview .bd>div>img {
    display: block;
    float: left;
    width: 298px;
    height: 195px;
}

.interview .bd>div .interview_information {
    width: 355px;
    float: right;
    line-height: 39px;
}

.interview .bd>div .interview_information dd span {
    float: left;
    display: block;
    min-width: 50px;
    color: #2e73a7;
}

.interview .bd>div .interview_information dd p a {
    color: #dc0000;
}

/* 信访接待 */

.Reception {
    width: 464px;
    float: right;
}

.Reception .bd dl dd {
    line-height: 35px;
    margin-top: 12px;
}

.Reception .bd dl dd span {
    display: block;
    width: 110px;
    height: 35px;
    background: #f8f8f8;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin: 0 15px 0 5px;
}

.Reception .bd dl dd p {
    overflow: hidden;
}

.Reception .bd dl dt {
    /*padding: 12px 5px 0;*/
    margin-top: 12px;
}

.Reception .bd dl dt a {
    /*display: block;
    width: 214px;
    height: 52px;
    line-height: 52px;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    padding-left: 90px;*/

    /*display: block;
    width: 214px;
    height: 110px;
    line-height: 60px;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 45px;*/
    float: left;
}

.ldxx {
    /*background: #5bd190 url(./mail.png) no-repeat 30px center;*/
    background: #5bd190 url(./mail.png) center 25px no-repeat;
    float: left;
}

.xfdt {
    /*background: #3c94d3 url(./lettersandvisits.png) no-repeat 30px center;*/
    background: #3c94d3 url(./lettersandvisits.png) center 25px no-repeat;
    float: right;
}

.jytab {
    /* width: 100%!important; */
    padding-left: 78px !important;
    background: #37b7c4 url(./proposal.png) no-repeat 33px center;
    float: left;
    margin-top: 13px;
}

.gbjdjbxx {
    /* width: 100%!important; */
    padding-left: 78px !important;
    background: #fcc965 url(./pfjbxx.png) no-repeat 30px center;
    float: right;
    margin-top: 13px;
}

/* 权责清单 */

.detailedList {
    padding: 50px 28px;
}

.detailedList .shortcutMenu {
    width: 240px;
    height: 400px;
    float: left;
    background: #fafafa;
    padding: 0 17px;
}

.detailedList .shortcutMenu ul li {
    height: 58px;
    margin: 0 0 20px 0;
    border-radius: 5px;
    overflow: hidden;
}

.detailedList .shortcutMenu ul li.shortcut_menu01 {
    background: #3c94d3;
}

.detailedList .shortcutMenu ul li.shortcut_menu02 {
    background: #37b7c4;
}

.detailedList .shortcutMenu ul li.shortcut_menu03 {
    background: #01b77a;
}

.detailedList .shortcutMenu ul li.shortcut_menu04 {
    background: #fbbb3f;
}

.detailedList .shortcutMenu ul li a {
    display: block;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.currentColumn {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
}

.currentColumn:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 19px;
    background: #767676;
    border-radius: 2px;
    vertical-align: middle;
    margin: 0 17px 3px 18px;
}

.detailedList .Categories {
    width: 860px;
    height: 400px;
    float: right;
}

.detailedList .Categories .Categories_top {
    height: 51px;
    border-bottom: 1px solid #ccc;
}

.detailedList .Categories .Categories_top .ColumnName {
    height: 51px;
    line-height: 51px;
}

.detailedList .Categories ul {
    padding: 12px 0 0 0;
}

.detailedList .Categories ul li {
    float: left;
    margin: 9px 20px;
}

.detailedList .Categories ul li a {
    display: block;
    width: 246px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 16px;
}

.detailedList .Categories ul li:hover a {
    background: #59d08e;
    color: #fff;
}

.detailedList .department_top {
    height: 71px;
    border-bottom: 1px solid #ccc;
}

.detailedList .department ul {
    padding: 20px 0 0 0;
}

.detailedList .department ul li {
    float: left;
    margin: 9px 20px;
}

.detailedList .department ul li a {
    display: block;
    width: 246px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 16px;
}

.detailedList .department ul li:hover a {
    background: #59d08e;
    color: #fff;
}

.Service_top_fw .hd {
    float: right;
    padding: 25px 10px;
}

.Service_top_fw .hd ul {
    float: left;
    padding: 8px 0;
}

.Service_top_fw .hd ul li {
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f1f1f1;
    margin: 0 3px;
    cursor: pointer;
    overflow: hidden;
    line-height: 100;
}

.Service_top_fw .hd a {
    float: left;
    display: block;
    width: 22px;
    height: 21px;
    cursor: pointer;
    margin: 0 5px;
}

.Service_top_fw .hd .prev {
    background: url(open_prev.png) no-repeat center center;
}

.Service_top_fw .hd .next {
    background: url(open_next.png) no-repeat center center;
}

.Service_top_fw .hd .prev:hover {
    background: url(open_prev_hover.png) no-repeat center center;
}

.Service_top_fw .hd .next:hover {
    background: url(open_next_hover.png) no-repeat center center;
}

.work_module .bd ul li {
    float: left;
    margin: 20px 12px;
}

.work_module .bd ul li a,
.work_module .bd ul li a img {
    display: block;
    width: 329px;
    height: 127px;
}